projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa892c
)
Remove leftover code from 'adding class' change
author
GPSBabel
<gpsbabel@users.noreply.github.com>
Tue, 13 Nov 2018 21:07:09 +0000
(15:07 -0600)
committer
GitHub
<noreply@github.com>
Tue, 13 Nov 2018 21:07:09 +0000
(15:07 -0600)
As tsteven4 points out, No reasing to move is_internal to local and back
xcsv.cc
patch
|
blob
|
history
diff --git
a/xcsv.cc
b/xcsv.cc
index 55e91b22d5aa467276d36ad90f4a7391dbeb05bd..4efbe9f549ad3fcd7bb9df71a19368155910e13c 100644
(file)
--- a/
xcsv.cc
+++ b/
xcsv.cc
@@
-142,10
+142,6
@@
xcsv_destroy_style(void)
if (xcsv_file.mkshort_handle) {
mkshort_del_handle(&xcsv_file.mkshort_handle);
}
-
- /* return everything to zeros */
- int internal = xcsv_file.is_internal;
- xcsv_file.is_internal = internal;
}
// Given a keyword of "COMMASPACE", return ", ".